home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameIII / Arco.dir / 00036_Script_36 < prev    next >
Text File  |  1997-11-23  |  420b  |  19 lines

  1. on startMovie
  2.   
  3.   repeat with n = 10 to 15
  4.     set the cursor of sprite n to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  5.   end repeat
  6.   
  7.   repeat with n = 60 to 70
  8.     set the cursor of sprite n to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  9.   end repeat
  10.   
  11.   repeat with n = 61 to 70
  12.     set the visible of sprite n to 0
  13.   end repeat
  14.   
  15.   
  16. end startMovie 
  17.  
  18.  
  19.